Click or drag to resize

SipClientGetDialog Method (Response)

Gets existing dialog based on the specified response.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Dialog GetDialog(
	Response response
)

Parameters

response
Type: Independentsoft.SipResponse
A response from appropriate request.

Return Value

Type: Dialog
A dialog based on the Response.
See Also